跳到主要内容

GetInstalledPlugins

Returns all the installed plugins.

Syntax

expression.GetInstalledPlugins();

expression - A variable that represents a Api class.

Parameters

This method doesn't have any parameters.

Returns

PluginData[]

Example

window.Asc.plugin.executeMethod ("GetInstalledPlugins", null, function (result) {
postMessage (JSON.stringify ({type: 'InstalledPlugins', data: result }));
});